home *** CD-ROM | disk | FTP | other *** search
/ Macworld Expo - Develope…Central & Net Innovations / Developer Central and Net Innovators (MacWorld Expo) (January 1999).iso / Developer Central / Bowers Development / Demo AppMaker / Examples / plain C OS8 / Gadgets / MainMenu.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-10-29  |  152 bĀ   |  10 lines  |  [TEXT/CWIE]

  1. /* MainMenu.h */
  2.  
  3. #pragma once
  4.  
  5. /*----------*/
  6. void    InitTitles    (void);
  7. void    LoadMenus    (void);
  8. void    DoMenu        (long        menuChoice);
  9. void    UpdateMenus (void);
  10.